Replies: 1 comment
-
@LIANG-FU 这类问题反馈提一下 issue 咯,并提供一下 demo。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
安装了@tarojs/plugin-html并在config/index.js里面加了下面的代码:
plugins: [ '@tarojs/plugin-html' ],
但是在使用如下代码:
`import styles from './index.module.scss';
import '@tarojs/taro/html.css'
const Index = () => {
return (
<div className={styles['container']}>
hello world!
)
}
export default Index;
![image](https://user-images.githubusercontent.com/39352965/141508067-5a252574-17db-40bd-8c38-2d2d3ae1a32c.png)
`的时候小程序有警告,并不显示内容
Beta Was this translation helpful? Give feedback.
All reactions