File tree Expand file tree Collapse file tree 5 files changed +7
-131
lines changed
Expand file tree Collapse file tree 5 files changed +7
-131
lines changed Original file line number Diff line number Diff line change 1010 "dependencies" : {
1111 "core-js" : " ^3.4.3" ,
1212 "vue" : " ^2.6.10" ,
13+ "vue-webdatarocks" : " ^1.3.3" ,
1314 "webdatarocks" : " latest"
1415 },
1516 "devDependencies" : {
Original file line number Diff line number Diff line change 11<template >
22 <div id =" app" >
3- <WebDataRocks report =" https://cdn.webdatarocks.com/reports/report.json" toolbar ></WebDataRocks >
3+ <Pivot report =" https://cdn.webdatarocks.com/reports/report.json" toolbar ></Pivot >
44 </div >
55</template >
66
77<script >
8- import WebDataRocks from ' ./components/WebDataRocks.vue'
98
109export default {
11- name: ' app' ,
12- components: {
13- WebDataRocks
14- }
10+ name: ' app'
1511}
1612 </script >
1713
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11import Vue from 'vue'
22import App from './App.vue'
3+ import Pivot from "vue-webdatarocks" ;
4+ import 'webdatarocks/webdatarocks.css' ;
5+
6+ Vue . use ( Pivot ) ;
37
48Vue . config . productionTip = false
59
You can’t perform that action at this time.
0 commit comments