Zi

Results 3 issues of Zi

added instruction of register the component and import css with vue 3

1. System: Windows 7 2. JMeter version: 3.3 3. Kafka version: 0.11.0.1 Error log: ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.6.0:testCompile (default-testCompile) on project pepper-box: Compilation failure [ERROR] /D:/pepper-box-master/src/test/java/com/gslab/pepper/test/PepperBoxConfigElementTest.java:[12,28] package...

gradle version: 8.9 spotbugs plugin version: 5.2.5 The original failure I encountered was from a `@SpringBootTest`. To simplify it for reproduction: ``` //Test.kt @SpringBootTest class Test { @Autowired private lateinit...