Element-ui Drawer 抽屉
原文链接:https://note.noxussj.top/?source=sifo
展示另外一种弹窗效果
按需引入方式
如果是完整引入可跳过此步骤
import Vue from 'vue'
import { Drawer } from 'element-ui'
import 'element-ui/lib/theme-chalk/base.css'
import 'element-ui/lib/theme-chalk/drawer.css'
Vue.use(Drawer)
基础使用
从左往右开
从右往左开
从上往下开
从下往上开
点我打开
我来啦!
export default {
data() {
return {
drawer: false,
direction: 'rtl'
}
}
}
Drawer Attributes
原文链接:https://note.noxussj.top/?source=sifo
服务器托管,北京服务器托管,服务器租用 http://www.fwqtg.net
相关推荐: 树链剖分 JAG Summer 2012 Day 4 D Do use segment tree
树链剖分裸题…. #include using namespace std; typedef long long LL; #define lson o v = v; edges->next = H[u]; H[u] = edges++; } void…