mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
zanui demos
This commit is contained in:
parent
0393efd2be
commit
cf3e73bf0d
@ -6,11 +6,11 @@ import routes from './router.config';
|
||||
import demoBlock from './components/demo-block';
|
||||
import SideNav from './components/side-nav';
|
||||
import Mobile from './components/mobile';
|
||||
import Oxygen from '../src/index';
|
||||
import ZanUI from '../src/index';
|
||||
|
||||
import 'packages/zanui-css/src/index.css';
|
||||
|
||||
Vue.use(Oxygen);
|
||||
Vue.use(ZanUI);
|
||||
Vue.use(VueRouter);
|
||||
Vue.component('demo-block', demoBlock);
|
||||
Vue.component('side-nav', SideNav);
|
||||
|
@ -0,0 +1,5 @@
|
||||
@component-namespace z {
|
||||
@b steps {
|
||||
color: red;
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user