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 req = import.meta.glob("./*.svg");
|
||||
requireAll(req);
|
||||
console.log(requireAll(req));
|
||||
export {};
|
||||
|
@ -28,6 +28,7 @@ limitations under the License. -->
|
||||
</svg>
|
||||
</template>
|
||||
<script lang="ts" setup>
|
||||
import "@/assets/icons/index";
|
||||
/*global defineProps */
|
||||
defineProps({
|
||||
iconName: { type: String, default: "" },
|
||||
|
Loading…
Reference in New Issue
Block a user