mirror of
https://github.com/youzan/vant.git
synced 2025-10-17 08:37:23 +00:00
zanui demos
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user