mirror of
https://github.com/ecomfe/vue-echarts.git
synced 2025-08-15 11:55:49 +08:00
fix: refine style and remove unused import
This commit is contained in:
@ -1,7 +1,6 @@
|
|||||||
import { unwrapInjected } from "src/utils";
|
import { unwrapInjected } from "src/utils";
|
||||||
import {
|
import {
|
||||||
inject,
|
inject,
|
||||||
unref,
|
|
||||||
computed,
|
computed,
|
||||||
watchEffect,
|
watchEffect,
|
||||||
type Ref,
|
type Ref,
|
||||||
|
@ -1 +1 @@
|
|||||||
x-vue-echarts{display:block;width:100%;height:100%}
|
x-vue-echarts{display:block;width:100%;height:100%;overflow:hidden}
|
||||||
|
Reference in New Issue
Block a user