hookehuyr

fix

......@@ -22,6 +22,8 @@ const keepPages = computed(() => {
</script>
<style lang="less">
@prefix: ~'@{namespace}-x';
html,
body {
width: 100%;
......@@ -43,4 +45,8 @@ body {
padding: 0;
}
}
.@{prefix} {
color: red;
}
</style>
......