[Client] Improve admin panel
This commit is contained in:
parent
1061e1f7ae
commit
f5d53d784d
2 changed files with 23 additions and 1 deletions
|
|
@ -138,6 +138,10 @@ export default Vue.extend({
|
|||
},
|
||||
|
||||
methods: {
|
||||
setSrc(src) {
|
||||
this.src = src;
|
||||
},
|
||||
|
||||
render() {
|
||||
if (this.chartInstance) {
|
||||
this.chartInstance.destroy();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue