You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spring-boot-online-exam/frontend/src/components/SettingDrawer/index.js

6 lines
661 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

// 从当前目录下的“SettingDrawer”文件通常在 Vue 项目等环境中会是一个定义了相关组件、模块的文件,比如.vue 文件或者.js 文件等中导入名为“SettingDrawer”的模块。
// 具体这个模块代表的是一个组件、函数或者类等取决于“SettingDrawer”文件内部的定义情况。
import SettingDrawer from './SettingDrawer';
// 将导入的“SettingDrawer”模块原样导出这样在其他的模块或者文件中就可以通过相应的导入语句引入这个“SettingDrawer”方便复用其内部所定义的功能、组件等相关内容。
export default SettingDrawer;