Skip to content

Commit 0d4f028

Browse files
default theme updated
1 parent 1949f89 commit 0d4f028

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ gulp.task('combine-samplelist', function() {
157157
gulp.task('generate-routes', function(done) {
158158
var jsonFiles = glob.sync('./src/**/sample.json');
159159
var imports = '',
160-
routs = ["{path: '/', redirect: '/bootstrap5/grid/grid-overview'}"];
160+
routs = ["{path: '/', redirect: '/tailwind3/grid/grid-overview'}"];
161161
jsonFiles.forEach(file => {
162162
var curJson = require(__dirname + '/' + file);
163163
curJson.samples.forEach(curSample => {

src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1801,7 +1801,7 @@ const updatesourceTab = (): void => {
18011801
data: '',
18021802
content: sourceFiles[i].displayName
18031803
});
1804-
updateStackBlitz();
1804+
// updateStackBlitz();
18051805
}
18061806
}
18071807
Promise.all(sourcePromise).then((results: Object[]): void => {

0 commit comments

Comments
 (0)