0.1.22 • Published 1 year ago
sonic-web v0.1.22
sonic-web
安装
npm install sonic-web --save
引用
import SonicWeb from "sonic-web";
import "sonic-web/dist/sonic-web.css";
Vue.use(SonicWeb)
组件
notification:
this.$sonic.notification({
...
});
this.$snoic.closeAllNotification(); // 关闭所有通知
loading:
this.$sonic.loading({ target: '#loadingId', text: 'Loading...' });
editor:
<rap-editor v-model="value" :uploadOptions="uploadOptions"></rap-editor>
mapbox:
<rap-mapbox v-if="originAddress"
accessToken="xx.xxxx.xxxx"
:origin="originAddress"
:destination="destinationAddress"
height="360px">
</rap-mapbox>
0.1.22
1 year ago
0.1.21
1 year ago
0.1.20
1 year ago
0.1.19
1 year ago
0.1.16
2 years ago
0.1.17
2 years ago
0.1.18
2 years ago
0.1.15
2 years ago
0.1.14
2 years ago
0.1.13
2 years ago
0.1.12
2 years ago
0.1.11
2 years ago
0.1.10
2 years ago
0.1.9
2 years ago
0.1.8
2 years ago
0.1.7
2 years ago
0.1.6
2 years ago
0.1.5
2 years ago
0.1.4
2 years ago
0.1.3
2 years ago
0.1.2
2 years ago
0.1.1
2 years ago
0.1.0
2 years ago