Sign in
徐烜
/
bsth-ebus-h5_editor
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
ec837ac77c5ddb25a390d0172e517d6fcd6b336e
Authored by
ly525
2019-11-23 13:05:18 +0800
1 parent
4c15eb72
remove useless import
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
front-end/h5/src/components/plugins/lbp-form-radio-group.js
front-end/h5/src/components/plugins/lbp-form-radio-group.js
View file @
ec837ac
1
1
import LbpFormRadio from './lbp-form-radio.js'
2
-
import { genUUID } from '../../utils/element.js'
2
+
//
import { genUUID } from '../../utils/element.js'
3
3
4
4
const defaultItems = [
5
5
{
...
...