mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-13 16:27:33 +00:00
feat: add icons
This commit is contained in:
parent
3e351d2b0d
commit
d7dea1ebc6
@ -17,3 +17,5 @@
|
|||||||
const requireAll = (requireContext: Recordable) => Object.keys(requireContext);
|
const requireAll = (requireContext: Recordable) => Object.keys(requireContext);
|
||||||
const req = import.meta.glob("./*.svg");
|
const req = import.meta.glob("./*.svg");
|
||||||
requireAll(req);
|
requireAll(req);
|
||||||
|
console.log(requireAll(req));
|
||||||
|
export {};
|
||||||
|
@ -28,6 +28,7 @@ limitations under the License. -->
|
|||||||
</svg>
|
</svg>
|
||||||
</template>
|
</template>
|
||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
|
import "@/assets/icons/index";
|
||||||
/*global defineProps */
|
/*global defineProps */
|
||||||
defineProps({
|
defineProps({
|
||||||
iconName: { type: String, default: "" },
|
iconName: { type: String, default: "" },
|
||||||
|
Loading…
Reference in New Issue
Block a user