first commit + add fe component vue accone
This commit is contained in:
12
libs/vendor/xlsprse/index.php
vendored
Normal file
12
libs/vendor/xlsprse/index.php
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<script type="module">
|
||||
import XlsCsvParser from './components/XlsCsvParser.vue';
|
||||
import ColumnChooser from './components/ColumnChooser.vue';
|
||||
|
||||
export default XlsCsvParser;
|
||||
export { XlsCsvParser, ColumnChooser };
|
||||
</script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user